home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TDRIVEINFODIALOG / TDRIVEINFODIALOG.txt
Encoding:
Text File  |  2001-12-05  |  2.0 KB  |  115 lines

  1. object DriveInfoDialog: TDriveInfoDialog
  2.   Left = 291
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Drive Info'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object LabelCyl: TLabel
  25.     Left = 16
  26.     Top = 20
  27.     Width = 86
  28.     Height = 13
  29.     Caption = 'Physical cylinders:'
  30.   end
  31.   object LabelHeads: TLabel
  32.     Left = 16
  33.     Top = 40
  34.     Width = 74
  35.     Height = 13
  36.     Caption = 'Physical heads:'
  37.   end
  38.   object LabelSecPerTrk: TLabel
  39.     Left = 16
  40.     Top = 60
  41.     Width = 124
  42.     Height = 13
  43.     Caption = 'Physical sectors per track:'
  44.   end
  45.   object LabelSectors: TLabel
  46.     Left = 16
  47.     Top = 80
  48.     Width = 79
  49.     Height = 13
  50.     Caption = 'Physical sectors:'
  51.   end
  52.   object LabelBytesPerSec: TLabel
  53.     Left = 16
  54.     Top = 100
  55.     Width = 81
  56.     Height = 13
  57.     Caption = 'Bytes in a sector:'
  58.   end
  59.   object OKBtn: TButton
  60.     Left = 119
  61.     Top = 180
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.   end
  69.   object EditCyl: TEdit
  70.     Left = 156
  71.     Top = 16
  72.     Width = 121
  73.     Height = 21
  74.     ReadOnly = True
  75.     TabOrder = 1
  76.     Text = 'EditCyl'
  77.   end
  78.   object EditHeads: TEdit
  79.     Left = 156
  80.     Top = 36
  81.     Width = 121
  82.     Height = 21
  83.     ReadOnly = True
  84.     TabOrder = 2
  85.     Text = 'EditHeads'
  86.   end
  87.   object EditSectors: TEdit
  88.     Left = 156
  89.     Top = 77
  90.     Width = 121
  91.     Height = 21
  92.     ReadOnly = True
  93.     TabOrder = 3
  94.     Text = 'EditSectors'
  95.   end
  96.   object EditBytesPerSec: TEdit
  97.     Left = 156
  98.     Top = 96
  99.     Width = 121
  100.     Height = 21
  101.     ReadOnly = True
  102.     TabOrder = 4
  103.     Text = 'EditBytesPerSec'
  104.   end
  105.   object EditSecPerTrk: TEdit
  106.     Left = 156
  107.     Top = 56
  108.     Width = 121
  109.     Height = 21
  110.     ReadOnly = True
  111.     TabOrder = 5
  112.     Text = 'EditSecPerTrk'
  113.   end
  114. end
  115.